Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedObjectCollection<T> Class / NamedObjectCollection<T> Constructor


In This Topic
    NamedObjectCollection<T> Constructor
    In This Topic
    Initializes a new instance of the NamedObjectCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New NamedObjectCollection(Of T)()
    public NamedObjectCollection<T>()
    See Also